[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ATAIL()           Miscellaneous comment.

  Clipper Version  1.29 dtd 04/15/91.

  Problem Statement

  Per the documentation, ATAIL(aArray) 'gets' the value of the last element
  in the array. It may NOT be used to 'set' the value and will return
  Compiler error 2042, Invalid lvalue, if you attempt to use it in this
  fashion.

  Cause

  N/A.

  Work Around(s)

  Use aArray[ Len(aArray) ] := something to 'set' a value.


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson